home *** CD-ROM | disk | FTP | other *** search
/ MacUser Mac Bin 28 / MACUSER-MACBIN28A-1996-03.ISO.7z / MACUSER-MACBIN28A-1996-03.ISO / Demo / MachTen 4.0.2 Demo / MachTen 4.0.2 Root / etc / inetd.conf / inetd.conf next >
Text File  |  1995-11-16  |  2KB  |  39 lines

  1. #
  2. # Internet server configuration database
  3. #
  4. #    @(#)inetd.conf    8.2 (Berkeley) 3/18/94
  5. #
  6. ftp    stream    tcp    nowait    root    /usr/libexec/ftpd    ftpd -ll
  7. telnet    stream    tcp    nowait    root    /usr/libexec/telnetd    telnetd
  8. shell    stream    tcp    nowait    root    /usr/libexec/rshd    rshd
  9. login    stream    tcp    nowait    root    /usr/libexec/rlogind    rlogind
  10. exec    stream    tcp    nowait    root    /usr/libexec/rexecd    rexecd
  11. pop    stream    tcp    nowait    root    /usr/libexec/popper    popper
  12. tcptraffic stream tcp    nowait    root    /usr/libexec/tcptrafficd tcptrafficd
  13. #uucpd    stream    tcp    nowait    root    /usr/libexec/uucpd    uucpd
  14. #nntp    stream    tcp    nowait    usenet    /usr/libexec/nntpd    nntpd
  15. finger    stream    tcp    nowait    nobody    /usr/libexec/fingerd    fingerd
  16. #tftp    dgram    udp    wait    nobody    /usr/libexec/tftpd    tftpd -n /tftpboot
  17. #comsat    dgram    udp    wait    root    /usr/libexec/comsat    comsat
  18. #talk    dgram    udp    wait    root    /usr/old/bin/talkd    talkd
  19. #ntalk    dgram    udp    wait    root    /usr/libexec/ntalkd    ntalkd
  20. tcpmux    stream    tcp    nowait    root    internal
  21. echo    stream    tcp    nowait    root    internal
  22. discard    stream    tcp    nowait    root    internal
  23. chargen    stream    tcp    nowait    root    internal
  24. daytime    stream    tcp    nowait    root    internal
  25. time    stream    tcp    nowait    root    internal
  26. echo    dgram    udp    wait    root    internal
  27. discard    dgram    udp    wait    root    internal
  28. chargen    dgram    udp    wait    root    internal
  29. daytime    dgram    udp    wait    root    internal
  30. time    dgram    udp    wait    root    internal
  31. #qotd    stream    tcp    nowait    nobody    /usr/games/fortune    fortune
  32. # Kerberos authenticated services
  33. #klogin    stream    tcp    nowait    root    /usr/libexec/rlogind    rlogind -k
  34. #eklogin    stream    tcp    nowait    root    /usr/libexec/rlogind    rlogind -k -x
  35. #kshell    stream    tcp    nowait    root    /usr/libexec/rshd     rshd -k
  36. # Services run ONLY on the Kerberos server
  37. #krbupdate stream tcp    nowait    root    /usr/libexec/registerd    registerd
  38. #kpasswd    stream    tcp    nowait    root    /usr/libexec/kpasswdd    kpasswdd
  39.